func math/big.msb32

3 uses

	math/big (current package)
		float.go#L697: func msb32(x nat) uint32 {
		float.go#L930: 			mant = msb32(r.mant) >> uint(fbits-p)
		float.go#L934: 			mant = msb32(r.mant) >> ebits & (1<<mbits - 1) // cut off msb (implicit 1 bit)